home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue69 / Apache / Listing10.txt < prev    next >
Encoding:
Text File  |  2001-03-26  |  220 b   |  10 lines

  1. # The generic layout of the Location directive
  2. <Location /location>
  3.   SetHandler content_type
  4. </Location>
  5.  
  6. # An actual example of the Location directive
  7. <Location /kylix>
  8.   SetHandler libfoo-handler
  9. </Location>
  10.